.nextpage {
    background-color: rgba(160.9, 160.9, 172.9, 1);
  }
  
.commandline {
    background-color: rgba(160.9, 160.9, 172.9, 1);
  }

.backplate {
    background-image: url("backplatewinter.png");
  }

.frontplate {
    background-color: rgba(160.9, 160.9, 172.9, 1);
  }

::-webkit-scrollbar {
    background-color: rgba(130, 130, 152, 1);
  }
  
::-webkit-scrollbar-thumb {
    background-color: rgba(160.9, 160.9, 172.9, 1);
  }
  
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(189, 189, 201)
  }

.save {
    background-color: rgba(160.9, 160.9, 172.9, 1);
  }
